home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / pinwheel a < prev    next >
Text File  |  1999-06-15  |  793b  |  26 lines

  1. Category: Filter Factory Gallery L
  2. Title: Pinwheel A...
  3. Author: Gregg Schorno
  4. Copyright: Copyright © Gregg Schorno
  5.  
  6. ctl[0]: Spokes 1 
  7. ctl[1]: Spokes 2
  8. ctl[2]: Operation
  9. ctl[3]: Twist 1    
  10. ctl[4]: Twist 2
  11. ctl[5]: Red
  12. ctl[6]:Green
  13. ctl[7]: Blue
  14. val[0]: 25
  15. val[1]: 120
  16. val[2]: 77
  17. val[3]: 63
  18. val[4]: 189
  19. val[5]: 235
  20. val[6]: 248
  21. val[7]: 81
  22. R:put((d+m*val(3,-8,8))*val(0,1,24)%D,0),put((sin(get(0))+512)/4,0),put((d+m*val(4,-8,8))*val(1,1,24)%D,1),put((sin(get(1))+512)/4,1),scl(ctl(5),64,192,ctl(2)&128?min(get(0),get(1)):get(0)-get(1),ctl(2)&16?max(get(0),get(1)):get(1)-get(0))
  23. G:scl(ctl(6),64,192,ctl(2)&64?min(get(0),get(1)):get(0)-get(1),ctl(2)&8?max(get(0),get(1)):get(1)-get(0))
  24. B:scl(ctl(7),64,192,ctl(2)&32?min(get(0),get(1)):get(0)-get(1),ctl(2)&4?max(get(0),get(1)):get(1)-get(0))
  25. A:255
  26.